難的不是內容,是我有時候會忘記要發文哈哈
git init
git add
以及他的意義!git commit
在幹嘛,以及commit message的重要性!git add
和 git commit
之後,檔案的流程!git log
以及 git status
指令的效果
git log
後面還有很多參數可以放哦!git reset
,你有三種Reset的方法喔!!git branch
)!!!git merge
,有快轉和三方合併兩種merge的方式.gitignore
可以把你想要的檔案給隱藏起來git commit --amend
哦!
git pull
以及 git fetch
的基本概念哦git push -f
哦!不然你容易引起公憤XDgit checkout
((這裡的checkout
不是換分支哦!git blame
啊~git rm index.html
,想換檔名也可以用git mv index.html
git reset
過頭了,你要Reset你的Reset!
git reflog
去查你的HEAD做了什麼事情!